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-09-06Fix missing warning message when reading files that are not forward compatible,Brecht Van Lommel
2011-09-06Fix screen/scene browsing in info header not working right, mistake in code c...Brecht Van Lommel
2011-09-06Node merge: some forward compatibility code to avoid crash loading files withBrecht Van Lommel
2011-09-06Fix for node group add menu, groups from old files wouldn't show up there.Lukas Toenne
2011-09-06Fix for multiple parallel group node executions.Lukas Toenne
2011-09-06Ambient Occlusion:Thomas Dinges
2011-09-06Fix #28524: Push/Pull Assert when using Operator Panel to Alter Distance valueSergey Sharybin
2011-09-06Fix for poly line grease pencil and surface drawing.Sergey Sharybin
2011-09-06Fix for wrong offset of the input socket column in group node tree display.Lukas Toenne
2011-09-06Backward compatibility fix for SOCK_DYNAMICS flag on group sockets.Lukas Toenne
2011-09-06fix link issues with MinGW - a substitute declaration(correctByteOrder) for i...Antony Riakiotakis
2011-09-06texture evaluation function (like we had in 2.4x api), requested by Lee.Campbell Barton
2011-09-06New grease pencil mode: poly line drawingSergey Sharybin
2011-09-06Fix for #28517, group nodes losing all links from older files.Lukas Toenne
2011-09-06Grease pencil: non-blocking sketch sessionsSergey Sharybin
2011-09-06fix for error in strinc.c's BLI_strescapeCampbell Barton
2011-09-06svn merge -r39930:39947 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-06replace define '#if FFTW3==1' --> '#ifdef WITH_FFTW3'Campbell Barton
2011-09-06fix some complier warnings and add -Wundef to CMake's default GCC warnings.Campbell Barton
2011-09-06SVN maintenance.Guillermo S. Romero
2011-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-09-06Add parser error handler.Nathan Letwory
2011-09-05Code cleanup: remove context from RNA update functions, only one left.Brecht Van Lommel
2011-09-05Code cleanup: warning fixes.Brecht Van Lommel
2011-09-05Fix #28404: certain keyboard shortcuts not shown in menus, e.g. move operatorsBrecht Van Lommel
2011-09-05Merging r39847 through r39930 from trunk into vgroup_modifiers.Bastien Montagne
2011-09-05Fix #28394: clouds texture error with high noise depth and blender originalBrecht Van Lommel
2011-09-05VGroup Modifiers: added mapping options to proximity and edit.Bastien Montagne
2011-09-05Fix #28389: UILayout.menu function didn't emboss menu button correct in theBrecht Van Lommel
2011-09-05Left debug print accidently enabled.Nathan Letwory
2011-09-05Fix #28504: lib linking errors were not shown when opening a file fromBrecht Van Lommel
2011-09-05Partial revert commit 39878 "Fix #28280: Insert Hook wrong index"Sergey Sharybin
2011-09-05correct float -> double promotion warningsCampbell Barton
2011-09-05Adding noise module by default in driver_namespaceDaniel Salazar
2011-09-05- vertex group modifiers isDisabled functions were incorrect, need to check i...Campbell Barton
2011-09-05rename vertex group mix "vgroup, vgroup2" to "vgroup_a, vgroup_b"Campbell Barton
2011-09-05simplify get_vert2ob_distance, mat4_to_loc_rot_size isnt needed.Campbell Barton
2011-09-05change proximity method since minimum distance of 0.0 wasnt working at all.Campbell Barton
2011-09-05- mask_tex_map_obj --> mask_tex_map_objectCampbell Barton
2011-09-05minor edits.Campbell Barton
2011-09-05Remove NULL-checks, as they might cause infinite loops while reading a DAE co...Nathan Letwory
2011-09-04Fix #28503: Selecting a Grease Pencil from the Properties panel does not upda...Sergey Sharybin
2011-09-04[#27884] Collada import: materials mismatch when 2 instance_geometry referenc...Nathan Letwory
2011-09-04Fix #28500: Reshape in multires modifier makes blender crashSergey Sharybin
2011-09-04Fix #28423: Screw-modifier crash in cunjunction with subsurf modifierSergey Sharybin
2011-09-04Prevent potential crasher, commonEffects could be empty.Nathan Letwory
2011-09-04Fix [#28322] COLLADA imports messed up UVsNathan Letwory
2011-09-04Some whitespace changesNathan Letwory
2011-09-03warning fixesCampbell Barton
2011-09-03minor edits to build on openbsdCampbell Barton