Cargando…

Blender 2.49 scripting : extend the power and flexibility of Blender with the help of Python: a high-level, easy-to-learn scripting language /

The focus of the book is on practical problems and how to solve them in Python. The examples given are useful programs that try to solve real-world needs. Each chapter revolves around a single concept giving several examples gradually growing in difficulty. Each section analyses the problem first be...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Anders, Michel
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Pub., 2010.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Ia 4500
001 EBSCO_ocn688617907
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 101202s2010 enka o 001 0 eng d
040 |a N$T  |b eng  |e pn  |c N$T  |d E7B  |d OCLCQ  |d DEBSZ  |d OCLCQ  |d NLGGC  |d OCLCO  |d YDXCP  |d OCLCQ  |d OCLCF  |d OCLCQ  |d COCUF  |d ZCU  |d JBG  |d OCLCQ  |d VTS  |d NLE  |d AU@  |d TEFOD  |d UKMGB  |d OCLCQ  |d STF  |d M8D  |d UKAHL  |d OCLCO  |d OCLCQ  |d OCLCO 
016 7 |a 018011844  |2 Uk 
019 |a 1058057287 
020 |a 9781849510417  |q (electronic bk.) 
020 |a 1849510415  |q (electronic bk.) 
020 |a 9781849510400 
020 |a 1849510407 
029 1 |a DEBBG  |b BV043155620 
029 1 |a DEBSZ  |b 372804128 
029 1 |a DEBSZ  |b 421692529 
029 1 |a NZ1  |b 13869828 
029 1 |a UKMGB  |b 018011844 
035 |a (OCoLC)688617907  |z (OCoLC)1058057287 
037 |a 9781849510417  |b Packt Publishing Pvt. Ltd 
037 |a FBD298AC-528B-42B4-916E-3D0362DFE5FE  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.6  |b .A53 2010eb 
072 7 |a COM  |x 051010  |2 bisacsh 
082 0 4 |a 005.13  |2 22 
049 |a UAMI 
100 1 |a Anders, Michel. 
245 1 0 |a Blender 2.49 scripting :  |b extend the power and flexibility of Blender with the help of Python: a high-level, easy-to-learn scripting language /  |c Michel Anders. 
260 |a Birmingham, UK :  |b Packt Pub.,  |c 2010. 
300 |a 1 online resource (v, 275 pages) :  |b illustrations. 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a data file  |2 rda 
490 1 |a Community experience distilled 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewer; Table of Contents; Preface; Chapter 1: Extending Blender with Python; The Blender API; A lot of power; Some batteries included; Check for a full Python distribution; Installing a full Python distribution; The interactive Python console; Exploring built-in modules, the help() function; Exploring built-in functions, the dir() function; Getting familiar with the built-in editor; An editor example; First steps: Hello world; Integrating a script in Blender's menus; Integrating a script in Blender's help system. 
505 8 |a Don't get confused, stay objectiveAdding different types of object from a script; Adding a mesh object; Distributing scripts; The Blender API; The Blender module; Blender objects; The bpy module; Drawing on the screen; Utilities; Summary; Chapter 2: Creating and Editing Objects; Creepy crawlies-a GUI to configure objects; Building the user interface; Creating bugs-some assembly required; Creating a user interface; Remembering choices; The full power of Blender graphics; Creating a new Mesh object; Transforming mesh topology; Code outline bridging edge loops. 
505 8 |a Dazzle your boss-bar charts in Blender styleThe bar chart script; Weird faces-selecting and editing faces in meshes; Selecting warped (non-planar) quads; Code outline warp select; Selecting ultra sharp faces; Selecting vertices with many edges; Selecting poles; Selecting poles, again; Determining the volume of a mesh; Determining the centre of mass of a mesh; Some remarks about accuracy; Growing sunflowers-parenting and grouping objects; Groups; Parenting; Growing a sunflower from seed; Duplication versus instantiation; Growing a sunflower; Summary; Chapter 3: Vertex Groups and Materials. 
505 8 |a Vertex groupsA weighty issue; Code outline: leftright.py; Modifiers; Engraving; Converting a Text3d object to a mesh; Extruding an edge loop; Expanding an edge loop; Putting it all together: Engrave.py; Flying sparks; Calculating the local curvature; Code outline: curvature.py; Putting it all together: St. Elmo's fire; Bones; Tick-Tock; Code outline: clock.py; Get a bit of backbone boy!; Materials; Object materials versus ObData materials; Assigning materials to parts of an Object; Vertex colors versus face materials; Adding materials to our engraving; Summary. 
505 8 |a Chapter 4: Pydrivers and ConstraintsGetting to grips with animated properties; IPO; IPOchannels and IPOCurves; Constraints; Difference between drivers and constraints; Programming with constraints; Programming with IPOs; PyDrivers; PyConstraints; Setting the time-one to rule them all; Overcoming limitations: pydrivers.py; Internal combustion-correlating complex changes; More power-combining multiple cylinders to an engine; Adding simple constraints; Defining complex constraints; The Blender constraint template; Do you find me attractive too?; Snapping to mesh vertices. 
520 |a The focus of the book is on practical problems and how to solve them in Python. The examples given are useful programs that try to solve real-world needs. Each chapter revolves around a single concept giving several examples gradually growing in difficulty. Each section analyses the problem first before diving into coding and gives extensive background information to enable the reader to generalize from the specific problem to a wider range of challenges. The sample code is provided as fully working examples with all key issues extensively highlighted. All sample programs are clear and concise. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Python (Computer program language) 
650 0 |a Scripting languages (Computer science) 
650 6 |a Python (Langage de programmation) 
650 6 |a Langages de script (Informatique) 
650 7 |a COMPUTERS  |x Programming Languages  |x General.  |2 bisacsh 
650 7 |a Python (Computer program language)  |2 fast 
650 7 |a Scripting languages (Computer science)  |2 fast 
776 0 8 |i Print version:  |a Anders, Michel J.  |t Blender 3D : Architecture, Buildings, and Scenery.  |d Birmingham : Packt Publishing, ©2010  |z 9781849510400 
830 0 |a Community experience distilled. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=333384  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26943569 
938 |a ebrary  |b EBRY  |n ebr10439354 
938 |a EBSCOhost  |b EBSC  |n 333384 
938 |a YBP Library Services  |b YANK  |n 3551282 
994 |a 92  |b IZTAP