Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-05Fix for [#24107] Hair/General particle glitch- PresetsJanne Karhu
2010-09-28Fix for [#24031] Baked Physics with Phsics set to NO can't be freedJanne Karhu
2010-09-18UI fix: psys.hair_dynamics -> psys.use_hair_dynamicsDalai Felinto
2010-09-17Tiny addition to boids functionality: pitch valueJanne Karhu
2010-09-07ran through pep8 checkerCampbell Barton
2010-09-03"Fix" for [#23640] particle system partially indifferent to vertex groupsJanne Karhu
2010-09-02Fix for [#23136] Particle display percentage "forgotten" after renderJanne Karhu
2010-08-31RNA Renaming Fixes for particle UI.Thomas Dinges
2010-08-26rna api - replace panel properties bl_default_closed and bl_show_header with ...Campbell Barton
2010-08-24move more active variables to be nested in collections.Campbell Barton
2010-08-23rename UI functionCampbell Barton
2010-08-22Fix python errors in particles render panel and rigid body joint constraint.Brecht Van Lommel
2010-08-21rna renaming (manual edits)Campbell Barton
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-19rna naming mainly forBoidsCampbell Barton
2010-08-19more rna renaming for non-animated properties: mainly Texface, Particle & Poi...Campbell Barton
2010-08-19missed this with recent renamingCampbell Barton
2010-08-18more rna renaming.Campbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-17apply rna rename most of the show_*, names.Campbell Barton
2010-08-17* Put "Custom Properties" panel to bottom in particle buttons as well. Thomas Dinges
2010-08-09poll() as a python '@staticmethod' was too limiting and didnt allow useful ba...Campbell Barton
2010-08-06remove narrow ui featureCampbell Barton
2010-08-05bugfix [#23182] Using self.report() inside poll() gives crashCampbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-07-25Fix for [#22128] particle sizes and physicsJanne Karhu
2010-07-11Adding COMPAT_ENGINE stuff to the particle panels so that they no longer show...Mitchell Stokes
2010-05-30Some cleanup of particle path drawing logic:Janne Karhu
2010-05-16Properties Window:Thomas Dinges
2010-05-12merge of last commit to trunkJoseph Eagar
2010-05-03misc uninteresting stuff (killing time at airport commit)Campbell Barton
2010-04-26Some work on the cluthered particles UI; lot's more to doDaniel Salazar
2010-04-22rna rename start/end --> frame_start/endCampbell Barton
2010-04-12Subframe calculations for particles, original patch by Raul Fernandez HernandezJanne Karhu
2010-04-04Fluid physics for particles by Raul Fernandez Hernandez (Farsthary) and Steph...Janne Karhu
2010-02-26Few small hair dynamics goodies:Janne Karhu
2010-02-23pep8 cleanup + correction for external player operator return value.Campbell Barton
2010-02-16[#21177] Text editorCampbell Barton
2010-02-14change python scripts so modules which register with blender have a register(...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-10Hide particle angular velocity ammount if velocity mode is 'None'Daniel Salazar
2010-01-08custom properties panels for most ID types. use subclassing to keep panel UI ...Campbell Barton
2009-12-10remove ICON prefix from the enum, for python this is redundant eg.Campbell Barton
2009-12-07Particles: child editing bugfixesBrecht Van Lommel
2009-11-28operator renaming for more consistent word ordering (_add/_remmove shold be l...Campbell Barton
2009-11-23more ui api changes.Campbell Barton
2009-11-23rna UI api rename...Campbell Barton
2009-11-23rna functions were getting away with passing the string "True" instead of Tru...Campbell Barton
2009-11-22use is rather then == when comparing with singletons (None/False/True), its f...Campbell Barton
2009-11-192.5 Single Column Layout:Thomas Dinges