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-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-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-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-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-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[#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-13Bugfix [#26473] Keyframe values for F-Curves were incorrectly wrappedJoshua Leung
2011-03-12library loading api.Campbell Barton
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-12== Sculpt ==Nicholas Bishop
2011-03-12Bugfix [#26222] Alt-O (smooth) in Graph editor destroys fcurve handleJoshua Leung
2011-03-12Fix #25931: strand render + ray traced AO give tile image. The random numbersBrecht Van Lommel
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-12Fix #25654: strand render with instanced objects was not working right,Brecht Van Lommel
2011-03-11Bugfix, irc report:Ton Roosendaal
2011-03-11Bugfix #26444Ton Roosendaal
2011-03-11move do_version code under latest subversion bump.Campbell Barton
2011-03-11(no commit message)Ervin Weber
2011-03-11fix [#26448] Solidify Modifier makes mesh texture missing in OpenGL renderCampbell Barton
2011-03-11Bugfix [#26167] Animating inside group nodes behaves strangelyJoshua Leung
2011-03-11bugfix [#26454] WITH_PYTHON_SAFETY crash.Campbell Barton
2011-03-11Better progress info for physics baking:Janne Karhu
2011-03-11simplify BLI_path_abs by using BLI_cleanup_pathCampbell Barton
2011-03-11fix [#26451] Little problem when selecting relative output pathCampbell Barton
2011-03-11Bugfix [#26438] : While grabing a marker with G, cancelling with EscJoshua Leung
2011-03-11fix [#26452] Problem with key properties when OnlySelectedCurveKeyframes opti...Campbell Barton
2011-03-11Bugfix [#26438]: Hotkey conflict between add meta-strip and add markerJoshua Leung
2011-03-11fix [#26436] Operator.draw(): UI redraw; UI trimmedCampbell Barton
2011-03-10Bugfix #26443Ton Roosendaal