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
2011-03-14change addon defaults.Campbell Barton
2011-03-14patch [#26495] Adjustable outline width for selected objectsCampbell Barton
2011-03-14tag var as unused.Campbell Barton
2011-03-14Bugfix: "Sync Markers" option in Action Editor is now a bit moreJoshua Leung
2011-03-14RNA API RenameCampbell Barton
2011-03-14add dir() function for library objects, also was missing call to clear temp f...Campbell Barton
2011-03-14Readme file:Thomas Dinges
2011-03-14Group tree sockets were not being freed after removing.Lukas Toenne
2011-03-14Fix for crashes due to links without fromnode pointers. This can happen with ...Lukas Toenne
2011-03-13* Small code cleanup/removalThomas Dinges
2011-03-13Fixed the node_recurs_check function used to define the order of nodes in ntr...Lukas Toenne
2011-03-13fix mistake from commit rev. 33868. The variable icon was a pointer, not an i...Andrea Weikert
2011-03-13Fix "make test" on Mac, couldn't find executable.Brecht Van Lommel
2011-03-13RNA: use a different method to set DNA types for BlendData* collections, toBrecht Van Lommel
2011-03-13Replaced RNA code in previous commit with a version which should be aJoshua Leung
2011-03-13Pose Sliding Tools - Custom Property Support + Other bugfixesJoshua Leung
2011-03-13rna/api: new bezier keys added via fcu.keyframe_points.add() now use auto han...Campbell Barton
2011-03-13Make BF_PYTHON_ABI_FLAGS a scons option. Default flags are empty.Sergey Sharybin
2011-03-13Bugfix [#26484] delete keyframe in pose mode --> segmentation faultJoshua Leung
2011-03-13Inconsistent use of array_index vs index with animation keyword args.Campbell Barton
2011-03-13- lightmap pack wasnt reporting no mesh errors properly.Campbell Barton
2011-03-13[#26482] Solidify / Animation Opengl render. no texture.Campbell Barton
2011-03-13py/library api: raise an error if a requested member isn't found.Campbell Barton
2011-03-13SVN maintenance.Guillermo S. Romero
2011-03-13quiet stricter compiler warnings/errors.Campbell Barton
2011-03-13Bugfix [#26473] Keyframe values for F-Curves were incorrectly wrappedJoshua Leung
2011-03-13Fix for compilation error after bullet upgrade.Sergey Sharybin
2011-03-12update Bullet physics sdk to latest trunk/version 2.78Erwin Coumans
2011-03-12library loading api.Campbell Barton
2011-03-122.5 Fluid UI Python Script:Thomas Dinges
2011-03-12py/rna: BPy_reports_to_error() now takes the exception type as an argument an...Campbell Barton
2011-03-12pass report list along to BLO_blendhandle_from_file(), avoid unlikely crash i...Campbell Barton
2011-03-12More on bug #26432Ton Roosendaal
2011-03-12- BKE_idcode_iter_step() - function to step over all ID codes.Campbell Barton
2011-03-12py/rna, ability to have python static methods in collections.Campbell Barton
2011-03-12tag/comment unused variables.Campbell Barton
2011-03-12Bugreport #26464Ton Roosendaal
2011-03-12Fix uvedit unwrap tool not taking selection into account.Brecht Van Lommel
2011-03-12Completely refactored sph fluid particles. Only the very core of the algorith...Janne Karhu
2011-03-12cmake, search $HOME/py32 for python now too.Campbell Barton
2011-03-12builder reports MSVC was setting stack size to 2gig.Campbell Barton
2011-03-12== Sculpt ==Nicholas Bishop
2011-03-12Bugfix [#26222] Alt-O (smooth) in Graph editor destroys fcurve handleJoshua Leung
2011-03-12edit scons to use py3.2 on all os's and use 'm' abiflag on linux since this i...Campbell Barton
2011-03-12set 2mb stack for mingw too.Campbell Barton
2011-03-12Fix #25931: strand render + ray traced AO give tile image. The random numbersBrecht Van Lommel
2011-03-12Fix [#25659] crash when unwrapping specific meshNathan Letwory
2011-03-12Fix #26035: fix crash building raytree with inf/nan values in raytree. There'sBrecht Van Lommel
2011-03-12Fix #26203: crash with empty raytree, all types should survive this now.Brecht Van Lommel
2011-03-12Some explicit casts to silence warnings (unsafe to mix int and bool in compar...Nathan Letwory